← Back to issue list

Using 2 remote parts, file not being copied from stage to prime

View original Launchpad issue

Metadata

Project
snapcraft (launchpad)
Number
#1770364
Type
issue
State
open
Author
~gerboland
Labels
Created
2018-05-10 09:55:30.341185+00:00
Updated
2018-05-10 10:08:22.089307+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

I'm trying to use 2 remote parts simultaneously in this simplified YAML: name: dual-remote-parts-bug version: 0.1 summary: Bug description: Bug confinement: strict grade: devel apps:   dual-remote-parts-bug:     command: ls $SNAP/lib parts:   bug:     plugin: nil     after: [desktop-gtk2, xwayland-kiosk-helper] The second remote part "xwayland-kiosk-helper" is defined here: https://github.com/gerboland/xwayland-kiosk-helper/ It creates a file lib/libxwayland-preload.so which I see is created in the "stage" directory, but it is not copied into the "prime" directory for some reason. But the bin/xwayland-kiosk-launch file is copied?! There is no "prime" specification in the remote snap, so shouldn't everything that is staged be copied into the prime?

Evaluation history

No evaluation history available.